|
|
|
|
BackColorStart Property, TabClass Class |
Defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd).
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property BackColorStart As Color |
C# |
public Color BackColorStart { get; set; } |
C++ |
public: property Color BackColorStart { |
Property Value
The starting background color.
The default value is Color.Empty.
Comments
The BackColorStart property defines the tab's starting background color when using a gradient fill (in conjunction with BackColorEnd).
If both BackColorStart and BackColorEnd are defined, the tab is rendered using a gradient fill when the tab is not the current tab. On display devices that do not support gradient fills or if fewer than 65K colors are available, the BackColor property is used instead.